func runtime.readUintptr
8 uses
runtime (current package)
arena.go#L573: h = h.write(readUintptr(addb(p, i/8)), k)
mbitmap.go#L912: func readUintptr(p *byte) uintptr {
mbitmap.go#L1029: m := readUintptr(typ.GCData)
mbitmap.go#L1034: h = h.write(readUintptr(p), ptrBits)
mbitmap.go#L1041: m := readUintptr(p)
mbitmap.go#L1048: m := readUintptr(typ.GCData)
mbitmap.go#L1072: h = h.write(readUintptr(p), ptrBits)
mbitmap.go#L1076: m := readUintptr(p)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |